Skip to content

refactor(@angular/build): remove Node.js v20 conditional file copying logic#32569

Merged
clydin merged 1 commit intoangular:mainfrom
clydin:application/remove-node20-workarounds
Feb 24, 2026
Merged

refactor(@angular/build): remove Node.js v20 conditional file copying logic#32569
clydin merged 1 commit intoangular:mainfrom
clydin:application/remove-node20-workarounds

Conversation

@clydin
Copy link
Member

@clydin clydin commented Feb 24, 2026

The Node.js v20 fs.copyFile fallback has been removed in favor of fs.cp. This simplifies the file copying logic within the application builder, as fs.cp is now the standard for all supported Node.js versions. The related e2e test has also been updated to run unconditionally.

… logic

The Node.js v20 `fs.copyFile` fallback has been removed in favor of `fs.cp`. This simplifies the file copying logic within the application builder, as `fs.cp` is now the standard for all supported Node.js versions. The related e2e test has also been updated to run unconditionally.
@clydin clydin added the target: major This PR is targeted for the next major release label Feb 24, 2026
@clydin clydin added the action: merge The PR is ready for merge by the caretaker label Feb 24, 2026
@clydin clydin merged commit 6584f5f into angular:main Feb 24, 2026
37 checks passed
@clydin
Copy link
Member Author

clydin commented Feb 24, 2026

This PR was merged into the repository. The changes were merged into the following branches:

@clydin clydin deleted the application/remove-node20-workarounds branch February 24, 2026 21:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

action: merge The PR is ready for merge by the caretaker area: @angular/build target: major This PR is targeted for the next major release

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants